BPMLDesigner
BPMLDesigner Component
This component is a visual designer for Business Process Model and Notation (BPMN) workflows. It uses React Three Fiber for rendering 3D elements and allows users to design workflows visually.
Note: This component is complex and consists of sub-components. Documentation for sub-components will be provided separately.
Example Usage
import BPMLDesigner from '@site/src/components/BPMLDesigner';
<BPMLDesigner />
This will render the BPMLDesigner component with its sub-components: ModuleList
, WorkflowDesigner
, and ControlPanel
.